func net/http.timeBeforeContextDeadline
3 uses
net/http (current package)
client.go#L300: func timeBeforeContextDeadline(t time.Time, ctx context.Context) bool {
client.go#L354: if !timeBeforeContextDeadline(deadline, oldCtx) {
client.go#L365: if oldCtx := req.Context(); timeBeforeContextDeadline(deadline, oldCtx) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)